projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3e1cb0
)
(ange-ftp-real-make-directory): Fix indentation.
author
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:27:19 +0000
(
05:27
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:27:19 +0000
(
05:27
+0000)
lisp/ange-ftp.el
patch
|
blob
|
history
diff --git
a/lisp/ange-ftp.el
b/lisp/ange-ftp.el
index 85e60e8a5a91fd3390869a1baf9a3d6f5728199b..97f16f562083777d2aae1fb9f4014e00ec671fde 100644
(file)
--- a/
lisp/ange-ftp.el
+++ b/
lisp/ange-ftp.el
@@
-4165,7
+4165,7
@@
NEWNAME should be the name to give the new compressed or uncompressed file.")
(defun ange-ftp-real-expand-file-name (&rest args)
(ange-ftp-run-real-handler 'ange-ftp-real-expand-file-name-actual args)))
(defun ange-ftp-real-expand-file-name (&rest args)
-
(ange-ftp-run-real-handler 'expand-file-name args)))
+ (ange-ftp-run-real-handler 'expand-file-name args)))
(defun ange-ftp-real-make-directory (&rest args)
(ange-ftp-run-real-handler 'make-directory args))
(defun ange-ftp-real-delete-directory (&rest args)